home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
patches
/
sprpaint.sit
/
SuperPaint Patch.rsrc
/
TEXT_251.txt
< prev
Wrap
Text File
|
1987-07-31
|
378b
|
20 lines
%binary
/laserbitsdict 5 dict def
/laserbits %Copyright 1987 Silicon Beach Software, Inc.
{
laserbitsdict begin
/savevm save def
/h exch def
/w exch def
/bitsstr w 8 idiv string def
/scalefactor av 65 lt {0.24} {0.25} ifelse def
0 setgray
w scalefactor mul h scalefactor mul scale
w h true
[w 0 0 h 0 0]
{ currentfile bitsstr readstring pop }
imagemask
savevm restore
end
} def